Version

KeyedCollectionBase<T> Class Members

The following tables list the members exposed by KeyedCollectionBase<T>.

Protected Constructors
 NameDescription
Protected ConstructorKeyedCollectionBase<T> ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Public PropertyItemReturns the item associated with the specified key.  
Protected Properties
Public Methods
 NameDescription
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Public MethodContainsReturns a boolean value indicating whether the specified item exists in this collection.  
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection.  
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Public MethodRemoveRemoves the item with the specified key from this collection.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Public MethodTryGetValueGets the value associated with the specified key.  
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. AddItem  
Protected MethodBumpVersionBumpVersion (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodDeserializeItemDeserializes the specified SerializationEntry. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodGetObjectDataGetObjectData (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodInsertIntoListInserts an item into the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodInsertItemOverridden. InsertItem  
Protected MethodNotifyPropChangeNotifyPropChange (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodOnItemAddedCalled immediately after an item is added to the collection, prior to any notifications. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodOnItemRemovedCalled immediately after an item is removed from the collection, prior to any notifications. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodRemoveFromListRemoves an item from the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodRemoveItemAtOverridden. RemoveItemAt  
Protected MethodSerializeItemSerializes the specified item; (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<T>)
Protected MethodVerifyItemCanBeAddedVerifyItemCanBeAdded  
See Also